Welcome![Sign In][Sign Up]
Location:
Search - Matrix inverse

Search list

[OtherMatrix

Description: 矩阵进行逆转换,求转置,求乘积,进行等距插值,带有注释说明-Matrix inverse, transpose, multiplication, equidistant interpolation
Platform: | Size: 1024 | Author: heyongjie | Hits:

[Windows DevelopMatrix-inverse-operation-to-achieve

Description: 在c语言环境下运用二维数组存储结构实现矩阵的求逆运算-C language environment in the use of two-dimensional array of storage structures to achieve the matrix inversion
Platform: | Size: 1024 | Author: 百步飞剑 | Hits:

[Algorithmgen_inverse-matrix--non_-eqs-

Description: 本程序为利用广义逆矩阵法求解朝顶非线性方程组,里面调用了其他三个函数,非别为一般实矩阵的奇异值分解、奇异值分解求一般实矩阵的逆矩阵、广义逆矩阵法求线性超定方程组。-The procedure for the use of generalized inverse matrix method for solving nonlinear equations toward the top, which calls the other three functions, not as a general real matrix non-singular value decomposition, singular value decomposition seeking general real matrix inverse, generalized inverse matrix method of linear overdetermined equations.
Platform: | Size: 4096 | Author: RTQ | Hits:

[Special EffectsInverse-of-a-matrix

Description: 用C++语言编写的矩阵求逆的程序,源程序中使用的是3x3的矩阵,可以根据需要自己在程序中修改-Written in C++ language, the matrix inversion procedure is used in source code 3x3 matrix, can be modified in the program needs its own.
Platform: | Size: 901120 | Author: 赖材栋 | Hits:

[VHDL-FPGA-VerilogFPGA-matrix

Description: 本资料介绍了如何用FPGA实现矩阵的求逆,并用HDL语言实现-this material is about to introduce a way to compute the inverse matrix based on FPGA HDL langwedge
Platform: | Size: 202752 | Author: qjm | Hits:

[Algorithmmatrix

Description: 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、实矩阵LU分解、用豪斯荷尔德(Householder)变换对一般m*n阶的实矩阵进行QR分解、对称正定阵的乔里斯基(Cholesky)分解及求其行列式值、一般实矩阵的奇异值分解、广义逆的奇异值分解。-This package contains a number of matrix processing, matrix processing to meet the general requirements, due to the separation of functions to different ". Cpp" file, so the need to use their own user-selected replacement suitable to use ". Cpp" files. Among them, the matrix function: output matrix, the matrix transpose, matrix normalized to determine the matrix symmetric, symmetric positive definite matrix to determine the whole pivoting method for the matrix determinant, full pivoting Gauss (Gauss) elimination method for the general matrix of rank, with full pivoting Gauss- Jordan (Gauss-Jordan) elimination method to calculate the real (complex) inverse of a matrix, with a "variable cycle re-number method" method for the symmetric positive definite matrix inverse, Portland hold (Trench) method for the Tuobo Leeds (Toeplitz) matrix inverse real matrix LU factorization, with high Siheerde (Householder) transformations of the general order of m* n matrix QR decomposition of real symmetr
Platform: | Size: 1077248 | Author: wuzw | Hits:

[matlabGauss-Jordan-Matrix

Description: For inverting a matrix, Gauss-Jordan elimination is about as efficient as any other method. For solving sets of linear equations, Gauss-Jordan elimination produces both the solution of the equations for one or more right-hand side vectors b, and also the matrix inverse A(-1). However, its principal weaknesses are (i) that it requires all the right-hand sides to be stored and manipulated at the same time, and (ii) that when the inverse matrix is not desired, Gauss-Jordan is three times slower than the best alternative technique for solving a single linear set.
Platform: | Size: 7168 | Author: Myoung-Jin | Hits:

[Algorithminverse

Description: 用解线性方程组的方法求三对角矩阵逆 用解线性方程组的方法求三对角矩阵的逆的计算-With the method of solving linear equations for tridiagonal matrix inverse With the method of solving linear equations for three diagonal matrix inverse calculation
Platform: | Size: 1024 | Author: only | Hits:

[Algorithmmatrix

Description: 实现n阶方阵求逆,即求n阶矩阵的逆矩阵。-n square matrix inverse
Platform: | Size: 962560 | Author: baron | Hits:

[AlgorithmAdmittance-matrix-inversion

Description: 程序使用高斯消去法实现导纳矩阵形成阻抗矩阵(即求逆)运算。采用带行辅助向量的三元组表来存储由给定文件中各支路参数形成的节点及导纳数据,其中三元组中导纳类型为复数类。可以通过查找函数结合辅助向量实现对指定行列的元素的查找和输出。-The program uses the Gaussian elimination method to achieve admittance matrix to form the impedance matrix (inverse) operator. With adjuvant vector triples table storage is satisfied by the node and guide the formation of each branch parameter in the given file data, which triples the admittance type of complex class. Can be combined with auxiliary vector through the search function to find and output elements of the specified ranks.
Platform: | Size: 656384 | Author: 李如风 | Hits:

[3G developInverse

Description: 使用C编写的复数矩阵求逆,使用高斯消去法,已经和matlab结果做过对比,无误-Written in C and the complex matrix inverse, using the Gaussian elimination method, has been done and matlab results contrast, correct
Platform: | Size: 1241088 | Author: 潘潘 | Hits:

[VHDL-FPGA-Verilogsystolic--matrix-inversion

Description: DSP算法架构及设计,内容为基于systolic的上三角矩阵求逆电路的实现,里面有详尽的MATLAB/SIMULINK 仿真模型,及HDL代码和在modelsim中的仿真程序,非常不错的。-Architecture and design of DSP algorithms, based on systolic upper triangular matrix inverse circuit to achieve detailed MATLAB/SIMULINK model and the HDL code in modelsim simulation program, which is very good.
Platform: | Size: 1387520 | Author: | Hits:

[matlabinverse

Description: this function used to calculate MATRIX INVERSE
Platform: | Size: 10240 | Author: mohammad | Hits:

[Software Engineeringthe-complex-matrix-inverse-

Description: 分析了两种求逆的方法介绍了实部矩阵、 虚部矩阵均可逆和实部矩阵可逆、虚部矩阵可分解成2个向量乘积的两种复数矩阵的求逆方法 ,给出了这两种复数矩阵求逆矩阵的计算公式 ,并通过具体的实例来验证方法的可行。-Two inverse real part of the matrix, the imaginary part of the matrix are invertible reversible and the real part of the matrix, the imaginary part of the matrix can be decomposed into the the two vector product of two complex matrix inversion method, given twokinds of complex matrix inversion matrix formula, through concrete examples to verify the method feasible
Platform: | Size: 73728 | Author: ahshiyalei | Hits:

[matlabmatrix-inverse-matlab

Description: 高斯消元法矩阵求逆,程序详细,仅供学习使用-Gaussian elimination of matrix inversion and detailed procedures, only to learn to use
Platform: | Size: 1024 | Author: 周崇彬 | Hits:

[AlgorithmMatrix-Computation

Description: 详细介绍了如何用C语言实现矩阵的各类运算,包括矩阵的逆、转置、乘法等等。-Details of how to use the C language matrix types of operations, including the matrix inverse, transpose, multiplication, and so on.
Platform: | Size: 1032192 | Author: muddytu | Hits:

[Otherinverse

Description: 已知矩阵和维数,求出任意维数的矩阵的逆,包括求行列式-Seeking any dimension matrix inverse
Platform: | Size: 553984 | Author: helloword | Hits:

[Othermatrix

Description: 求一个矩阵的逆,程序包括求矩阵的逆,以及随机生成一个矩阵,然后计算它的逆并进行验证-Seeking a matrix inverse, including procedures for the inverse matrix, as well as randomly generated a matrix, and then calculate and verify its inverse
Platform: | Size: 2048 | Author: lufee | Hits:

[OtherMatrix-inverse

Description: 求矩阵逆,用户只需输入一个矩阵,程序会自动计算出其逆矩阵,方便其他后续矩阵计算-Matrix inversion, users simply enter a matrix, the program will automatically calculate the inverse matrix and facilitate follow-matrix calculations
Platform: | Size: 614400 | Author: 吴洋 | Hits:

[Windows Developinv-matrix

Description: 可以求解矩阵逆矩阵的方法。包含高斯消元法,LU法,二阶法-You can solve the matrix inverse matrix method. Contains the Gaussian elimination, LU law, second law
Platform: | Size: 2048 | Author: 富彬 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 42 »

CodeBus www.codebus.net